From: Ken Raeburn Date: Mon, 15 Jul 2002 06:57:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31672 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=77e31754350a6a486fd0a668fdbae95a7a893bc4;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 44d6e613b20..4fb88d75810 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2002-07-15 Ken Raeburn + + * lisp.h (STRING_INTERVALS): Produce rvalue. + (STRING_SET_INTERVALS): New macro. + * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it. + * fns.c (Fstring_as_multibyte): Likewise. + * intervals.c (create_root_interval, + balance_possible_root_interval, delete_interval, + copy_intervals_to_string): Likewise. + * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL + instead of 0. + 2002-07-14 Ken Raeburn * lisp.h (STRING_SET_CHARS): New macro.